home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 2 / L'Effet Pommier - Volume 02.iso / Arcade / Marathon Bonus / PfhorteFAT_1.0d21 / Scripts / Make Platform Switch < prev    next >
Text File  |  1995-07-10  |  638b  |  23 lines

  1. * This script is Copyright 1995 by Steve Israelson
  2. * Segments a line and then adds a small alcove
  3. * to that line segment.  Then puts a control panel in it.
  4. *
  5. segmentLine 512
  6. * The pen is at the first point in the line pointing at the
  7. * second, so turn -90 degrees to point away from the line
  8. turn -90
  9. newLine 64
  10. turn 90
  11. * here we set the type of next wall to control panel
  12. wallType PlatformSwitch
  13. newLine 512
  14. * Here we use a shortcut to connect to the last line of the
  15. * original starting segment
  16. lastPoint
  17. makeLine
  18. * We are done plotting points, now actually make the poly
  19. floorHeight 400
  20. height 512
  21. polyType MonsterImpassable
  22. closePoly
  23.